const runtime._Pidle
9 uses
runtime (current package)
mgc.go#L1547: if pp.status == _Pidle {
proc.go#L6108: pp.status = _Pidle
proc.go#L6146: pp.status = _Pidle
proc.go#L6306: if pp.m != 0 || pp.status != _Pidle {
proc.go#L6351: pp.status = _Pidle
proc.go#L6811: s.releaseP(_Pidle)
proc.go#L6818: if state != _Pidle && state != _Pgcstop {
runtime2.go#L132: _Pidle = iota
tracestatus.go#L56: case _Pidle, _Pgcstop:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |